Name | Type | Description | Notes |
---|---|---|---|
Code | string | Specific error code encountered | |
Message | string | Description of the error | |
Errors | []FailureReasonRep | List of validation errors |
func NewValidationFailedErrorRep(code string, message string, errors []FailureReasonRep, ) *ValidationFailedErrorRep
NewValidationFailedErrorRep instantiates a new ValidationFailedErrorRep 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 NewValidationFailedErrorRepWithDefaults() *ValidationFailedErrorRep
NewValidationFailedErrorRepWithDefaults instantiates a new ValidationFailedErrorRep 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 *ValidationFailedErrorRep) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *ValidationFailedErrorRep) GetCodeOk() (*string, 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 *ValidationFailedErrorRep) SetCode(v string)
SetCode sets Code field to given value.
func (o *ValidationFailedErrorRep) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ValidationFailedErrorRep) 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 *ValidationFailedErrorRep) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ValidationFailedErrorRep) GetErrors() []FailureReasonRep
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *ValidationFailedErrorRep) GetErrorsOk() (*[]FailureReasonRep, 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 *ValidationFailedErrorRep) SetErrors(v []FailureReasonRep)
SetErrors sets Errors field to given value.