Name | Type | Description | Notes |
---|---|---|---|
Errors | []ErrorDetails | <strong>Type:</strong> ErrorDetails<br/> List of errors | |
Date | string | Server date of when the error(s) occurred, in the format YYYY-MM-DD HH:MM:SS.SSS | |
RequestId | string | THIS FIELD IS DEPRECATED AND WILL BE REMOVED.<br/>Please refer to the response header 'X-Request-Id' instead.<br/><br/>ID of the request that caused this error. This is either what you have passed for the header 'X-Request-Id', or an auto-generated ID in case you didn't pass any value for that header.<br/><br/> | |
Endpoint | string | The service endpoint that was called | |
AuthContext | string | Information about the authorization context of the service call | |
Bank | NullableString | BLZ and name (in format "<BLZ> - <name>") of a bank that was used for the original request |
func NewErrorMessage(errors []ErrorDetails, date string, requestId string, endpoint string, authContext string, bank NullableString, ) *ErrorMessage
NewErrorMessage instantiates a new ErrorMessage 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 NewErrorMessageWithDefaults() *ErrorMessage
NewErrorMessageWithDefaults instantiates a new ErrorMessage 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 *ErrorMessage) GetErrors() []ErrorDetails
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *ErrorMessage) GetErrorsOk() (*[]ErrorDetails, 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 *ErrorMessage) SetErrors(v []ErrorDetails)
SetErrors sets Errors field to given value.
func (o *ErrorMessage) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *ErrorMessage) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorMessage) SetDate(v string)
SetDate sets Date field to given value.
func (o *ErrorMessage) GetRequestId() string
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *ErrorMessage) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorMessage) SetRequestId(v string)
SetRequestId sets RequestId field to given value.
func (o *ErrorMessage) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *ErrorMessage) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorMessage) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *ErrorMessage) GetAuthContext() string
GetAuthContext returns the AuthContext field if non-nil, zero value otherwise.
func (o *ErrorMessage) GetAuthContextOk() (*string, bool)
GetAuthContextOk returns a tuple with the AuthContext field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorMessage) SetAuthContext(v string)
SetAuthContext sets AuthContext field to given value.
func (o *ErrorMessage) GetBank() string
GetBank returns the Bank field if non-nil, zero value otherwise.
func (o *ErrorMessage) GetBankOk() (*string, bool)
GetBankOk returns a tuple with the Bank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorMessage) SetBank(v string)
SetBank sets Bank field to given value.
func (o *ErrorMessage) SetBankNil(b bool)
SetBankNil sets the value for Bank to be an explicit nil
func (o *ErrorMessage) UnsetBank()
UnsetBank ensures that no value is present for Bank, not even an explicit nil