Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | Long form error description | [optional] |
ErrorNumber | Pointer to int32 | Slurm numeric error identifier | [optional] |
Error | Pointer to string | Short form error description | [optional] |
Source | Pointer to string | Source of error or where error was first detected | [optional] |
func NewV0040OpenapiError() *V0040OpenapiError
NewV0040OpenapiError instantiates a new V0040OpenapiError 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 NewV0040OpenapiErrorWithDefaults() *V0040OpenapiError
NewV0040OpenapiErrorWithDefaults instantiates a new V0040OpenapiError 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 *V0040OpenapiError) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *V0040OpenapiError) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiError) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *V0040OpenapiError) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *V0040OpenapiError) GetErrorNumber() int32
GetErrorNumber returns the ErrorNumber field if non-nil, zero value otherwise.
func (o *V0040OpenapiError) GetErrorNumberOk() (*int32, bool)
GetErrorNumberOk returns a tuple with the ErrorNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiError) SetErrorNumber(v int32)
SetErrorNumber sets ErrorNumber field to given value.
func (o *V0040OpenapiError) HasErrorNumber() bool
HasErrorNumber returns a boolean if a field has been set.
func (o *V0040OpenapiError) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *V0040OpenapiError) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiError) SetError(v string)
SetError sets Error field to given value.
func (o *V0040OpenapiError) HasError() bool
HasError returns a boolean if a field has been set.
func (o *V0040OpenapiError) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *V0040OpenapiError) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiError) SetSource(v string)
SetSource sets Source field to given value.
func (o *V0040OpenapiError) HasSource() bool
HasSource returns a boolean if a field has been set.