Type Alias PixllandError

PixllandError: {
    code: string;
    message: string;
}

Recoverable error envelope. Forwarded to InitOptions.onError callback and pushed over the wire to the portal so it can surface in observability.

Type declaration

  • code: string

    Stable machine-readable code (e.g. "gameplay_already_started").

  • message: string

    Human-readable description suitable for dev console / error reporters.