AiReviewError
Payload errors rather than thrown GraphQL errors: the column builder needs an error attributable to an input field, and the router's own error mapping is opaque.
type AiReviewError {
code: AiReviewErrorCode!
message: String!
field: String
}
Fields
AiReviewError.code ● AiReviewErrorCode! non-null enum
AiReviewError.message ● String! non-null scalar
AiReviewError.field ● String scalar
Which input field caused it, where applicable.
Member Of
AiReviewCellPayload object ● AiReviewCellsPayload object ● AiReviewColumnPayload object ● AiReviewColumnsPayload object ● AiReviewPayload object ● AiReviewRunPayload object ● BuildAiReviewColumnsPayload object ● CreateAiReviewPayload object ● ResumeAiReviewRunPayload object