Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // cause Cause *Error `json:"cause,omitempty"` // The error code // Required: true Code *int64 `json:"code"` // link to help page explaining the error in more detail // Format: uri HelpURL strfmt.URI `json:"helpUrl,omitempty"` // The error message // Required: true Message *string `json:"message"` }
Error the error model is a model for all the error responses coming from kvstore
swagger:model error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.