Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequest ¶
type BadRequest struct { // Bad request message // Required: true Error *string `json:"error"` }
BadRequest Bad request
Bad request model ¶
swagger:model bad_request
func (*BadRequest) ContextValidate ¶
ContextValidate validates this bad request based on context it is used
func (*BadRequest) MarshalBinary ¶
func (m *BadRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*BadRequest) UnmarshalBinary ¶
func (m *BadRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ErrorLimited ¶
type ErrorLimited struct { // Error limited message // Required: true Error *string `json:"error"` }
ErrorLimited Error limited
Error limited model ¶
swagger:model error_limited
func (*ErrorLimited) ContextValidate ¶
ContextValidate validates this error limited based on context it is used
func (*ErrorLimited) MarshalBinary ¶
func (m *ErrorLimited) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ErrorLimited) UnmarshalBinary ¶
func (m *ErrorLimited) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Forbidden ¶
type Forbidden struct { // Forbidden message // Required: true Error *string `json:"error"` // status code received from SSO SsoStatus int64 `json:"sso_status,omitempty"` }
Forbidden Forbidden
Forbidden model ¶
swagger:model forbidden
func (*Forbidden) ContextValidate ¶
ContextValidate validates this forbidden based on context it is used
func (*Forbidden) MarshalBinary ¶
MarshalBinary interface implementation
func (*Forbidden) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type GatewayTimeout ¶
type GatewayTimeout struct { // Gateway timeout message // Required: true Error *string `json:"error"` // number of seconds the request was given Timeout int64 `json:"timeout,omitempty"` }
GatewayTimeout Gateway timeout
Gateway timeout model ¶
swagger:model gateway_timeout
func (*GatewayTimeout) ContextValidate ¶
ContextValidate validates this gateway timeout based on context it is used
func (*GatewayTimeout) MarshalBinary ¶
func (m *GatewayTimeout) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GatewayTimeout) UnmarshalBinary ¶
func (m *GatewayTimeout) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type InternalServerError ¶
type InternalServerError struct { // Internal server error message // Required: true Error *string `json:"error"` }
InternalServerError Internal server error
Internal server error model ¶
swagger:model internal_server_error
func (*InternalServerError) ContextValidate ¶
ContextValidate validates this internal server error based on context it is used
func (*InternalServerError) MarshalBinary ¶
func (m *InternalServerError) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*InternalServerError) UnmarshalBinary ¶
func (m *InternalServerError) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ServiceUnavailable ¶
type ServiceUnavailable struct { // Required: true Error *string `json:"error"` }
ServiceUnavailable Service unavailable
Service unavailable model ¶
swagger:model service_unavailable
func (*ServiceUnavailable) ContextValidate ¶
ContextValidate validates this service unavailable based on context it is used
func (*ServiceUnavailable) MarshalBinary ¶
func (m *ServiceUnavailable) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ServiceUnavailable) UnmarshalBinary ¶
func (m *ServiceUnavailable) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Unauthorized ¶
type Unauthorized struct { // Required: true Error *string `json:"error"` }
Unauthorized Unauthorized
Unauthorized model ¶
swagger:model unauthorized
func (*Unauthorized) ContextValidate ¶
ContextValidate validates this unauthorized based on context it is used
func (*Unauthorized) MarshalBinary ¶
func (m *Unauthorized) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*Unauthorized) UnmarshalBinary ¶
func (m *Unauthorized) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation