Error

  • code
    Type: string
    required
  • status
    Type: integerFormat: int64
    required

    Signed 64-bit integers (long type).

  • title
    Type: string
    required
  • $schema
    Type: stringFormat: uri
    read-only

    A URL to the JSON Schema for this object.

  • detail
  • error
    Type: object ยท ProtoError

    Proto-level game error. Only present on game errors from /game/play and /game/verify.

    • category
      Type: string
      required

      Error category (e.g. ERROR_CATEGORY_VALIDATION, ERROR_CATEGORY_OPERATOR, ERROR_CATEGORY_ROUND)

    • code
      Type: string
      required

      Proto error code (e.g. ERROR_CODE_PARAM_OUT_OF_RANGE)

    • message
      Type: string
      required

      Human-readable error message