Name | Type | Description | Notes |
---|---|---|---|
Message | Pointer to string | A message describing the error. | |
Errors | Pointer to []ApiError | An array of individual problems encountered during the request. | [optional] |
func (o *ErrorResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ErrorResponse) GetMessageOk() (string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ErrorResponse) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (o *ErrorResponse) GetErrors() []ApiError
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *ErrorResponse) GetErrorsOk() ([]ApiError, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *ErrorResponse) SetErrors(v []ApiError)
SetErrors gets a reference to the given []ApiError and assigns it to the Errors field.