Name | Type | Description | Notes |
---|---|---|---|
ErrorNumber | Pointer to int32 | Slurm internal error number | [optional] |
Error | Pointer to string | Error message | [optional] |
Source | Pointer to string | Where error occurred in the source | [optional] |
Description | Pointer to string | Explanation of cause of error | [optional] |
func NewDbv0039Error() *Dbv0039Error
NewDbv0039Error instantiates a new Dbv0039Error 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 NewDbv0039ErrorWithDefaults() *Dbv0039Error
NewDbv0039ErrorWithDefaults instantiates a new Dbv0039Error 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 *Dbv0039Error) GetErrorNumber() int32
GetErrorNumber returns the ErrorNumber field if non-nil, zero value otherwise.
func (o *Dbv0039Error) 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 *Dbv0039Error) SetErrorNumber(v int32)
SetErrorNumber sets ErrorNumber field to given value.
func (o *Dbv0039Error) HasErrorNumber() bool
HasErrorNumber returns a boolean if a field has been set.
func (o *Dbv0039Error) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *Dbv0039Error) 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 *Dbv0039Error) SetError(v string)
SetError sets Error field to given value.
func (o *Dbv0039Error) HasError() bool
HasError returns a boolean if a field has been set.
func (o *Dbv0039Error) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *Dbv0039Error) 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 *Dbv0039Error) SetSource(v string)
SetSource sets Source field to given value.
func (o *Dbv0039Error) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *Dbv0039Error) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Dbv0039Error) 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 *Dbv0039Error) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Dbv0039Error) HasDescription() bool
HasDescription returns a boolean if a field has been set.