Name | Type | Description | Notes |
---|---|---|---|
CorrelationId | Pointer to string | The correlation ID of the current request. | [optional] |
ErrorCode | Pointer to string | The error code. | [optional] |
ErrorMessage | Pointer to string | A human friendly description of the error. | [optional] |
ErrorDetails | Pointer to map[string][]string | [optional] |
func NewErrorResult() *ErrorResult
NewErrorResult instantiates a new ErrorResult 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 NewErrorResultWithDefaults() *ErrorResult
NewErrorResultWithDefaults instantiates a new ErrorResult 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 *ErrorResult) GetCorrelationId() string
GetCorrelationId returns the CorrelationId field if non-nil, zero value otherwise.
func (o *ErrorResult) GetCorrelationIdOk() (*string, bool)
GetCorrelationIdOk returns a tuple with the CorrelationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResult) SetCorrelationId(v string)
SetCorrelationId sets CorrelationId field to given value.
func (o *ErrorResult) HasCorrelationId() bool
HasCorrelationId returns a boolean if a field has been set.
func (o *ErrorResult) GetErrorCode() string
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
func (o *ErrorResult) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResult) SetErrorCode(v string)
SetErrorCode sets ErrorCode field to given value.
func (o *ErrorResult) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (o *ErrorResult) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ErrorResult) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResult) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ErrorResult) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ErrorResult) GetErrorDetails() map[string][]string
GetErrorDetails returns the ErrorDetails field if non-nil, zero value otherwise.
func (o *ErrorResult) GetErrorDetailsOk() (*map[string][]string, bool)
GetErrorDetailsOk returns a tuple with the ErrorDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErrorResult) SetErrorDetails(v map[string][]string)
SetErrorDetails sets ErrorDetails field to given value.
func (o *ErrorResult) HasErrorDetails() bool
HasErrorDetails returns a boolean if a field has been set.