| Name | Type | Description | Notes |
|---|---|---|---|
| Status | int32 | ||
| Code | int32 | ||
| Message | string |
func NewErrorResponseError(status int32, code int32, message string, ) *ErrorResponseError
NewErrorResponseError instantiates a new ErrorResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseErrorWithDefaults() *ErrorResponseError
NewErrorResponseErrorWithDefaults instantiates a new ErrorResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ErrorResponseError) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ErrorResponseError) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResponseError) SetStatus(v int32)
SetStatus sets Status field to given value.
func (o *ErrorResponseError) GetCode() int32
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *ErrorResponseError) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResponseError) SetCode(v int32)
SetCode sets Code field to given value.
func (o *ErrorResponseError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ErrorResponseError) 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 *ErrorResponseError) SetMessage(v string)
SetMessage sets Message field to given value.