PhaseErrorDetails
The PhaseErrorDetails type represents the error details of a phase error.
type PhaseErrorDetails {
message: String!
code: Int!
}
Fields
PhaseErrorDetails.message ● String! non-null scalar
The error message of the phase error.
PhaseErrorDetails.code ● Int! non-null scalar
The error code of the phase error.
Member Of
Contract object