Skip to main content

ValidationError

Represents a validation error with a structured error code and message.

type ValidationError implements APIError {
errorCode: ErrorCode!
message: String!
}

Fields

ValidationError.errorCode ● ErrorCode! non-null enum

Error code identifying this validation error

ValidationError.message ● String! non-null scalar

Human-readable error message describing the validation failure

Interfaces

APIError interface

Interface for API errors