BomPayloadError
Describes an error occurred while executing a mutation.
type BomPayloadError implements BomError {
message: String!
}
Fields
BomPayloadError.message ● String! non-null scalar
Error message.
Interfaces
BomError interface
A common interface for all errors that might occur in mutations.