Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParameterRequiredError ¶
ParameterRequiredError indicates that the required parameter is missing.
func (ParameterRequiredError) Error ¶
func (e ParameterRequiredError) Error() string
Error returns the description of ParameterRequiredError.
type ParameterValueNotAllowedError ¶
type ParameterValueNotAllowedError struct { ParameterName string ParameterValue string AllowedValues []string }
ParameterValueNotAllowedError indicates that the parameter value is not allowed.
func (ParameterValueNotAllowedError) Error ¶
func (e ParameterValueNotAllowedError) Error() string
Error returns the description of ParameterValueNotAllowedError.
type QingCloudError ¶
QingCloudError stores information of a QingCloud error response.
func (QingCloudError) Error ¶
func (ise QingCloudError) Error() string
Error returns the description of QingCloud error response.
Click to show internal directories.
Click to hide internal directories.