Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Errors []struct {
Message string `json:"message"`
} `json:"errors"`
}
ErrorResponse represents an error response from a OCI server
func (ErrorResponse) Error ¶
func (r ErrorResponse) Error() error
Click to show internal directories.
Click to hide internal directories.