Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { Details *string `json:"details,omitempty"` ErrorCode shared.ErrorsEnum `json:"errorCode"` ErrorMessage string `json:"errorMessage"` }
ErrorResponse - Error
func (*ErrorResponse) Error ¶
func (e *ErrorResponse) Error() string
type SDKError ¶
func NewSDKError ¶
type V2Error ¶
type V2Error struct { ErrorCode ErrorCode `json:"errorCode"` ErrorMessage string `json:"errorMessage"` }
V2Error - General error
type V2ErrorResponse ¶
type V2ErrorResponse struct { Details *string `json:"details,omitempty"` ErrorCode shared.V2ErrorsEnum `json:"errorCode"` ErrorMessage string `json:"errorMessage"` }
V2ErrorResponse - Error
func (*V2ErrorResponse) Error ¶
func (e *V2ErrorResponse) Error() string
type WebhooksErrorResponse ¶
type WebhooksErrorResponse struct { Details *string `json:"details,omitempty"` ErrorCode shared.WebhooksErrorsEnum `json:"errorCode"` ErrorMessage string `json:"errorMessage"` }
WebhooksErrorResponse - Error
func (*WebhooksErrorResponse) Error ¶
func (e *WebhooksErrorResponse) Error() string
Click to show internal directories.
Click to hide internal directories.