Skip to main content

WebhookError Object

No description

type WebhookError {
field: String
message: String
code: WebhookErrorCode!
}

Fields

field ● String

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

message ● String

The error message.

code ● WebhookErrorCode!

The error code.

Member Of

EventDeliveryRetry object ● WebhookCreate object ● WebhookDelete object ● WebhookUpdate object