Documentation
¶
Index ¶
- func CreateErrorDetailsFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- func CreateInnerErrorFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- func CreateMainErrorFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- func CreateODataErrorFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type ErrorDetails
- func (m *ErrorDetails) GetAdditionalData() map[string]interface{}
- func (m *ErrorDetails) GetCode() *string
- func (m *ErrorDetails) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ErrorDetails) GetMessage() *string
- func (m *ErrorDetails) GetTarget() *string
- func (m *ErrorDetails) IsNil() bool
- func (m *ErrorDetails) Serialize(...) error
- func (m *ErrorDetails) SetAdditionalData(value map[string]interface{})
- func (m *ErrorDetails) SetCode(value *string)
- func (m *ErrorDetails) SetMessage(value *string)
- func (m *ErrorDetails) SetTarget(value *string)
- type ErrorDetailsable
- type InnerError
- func (m *InnerError) GetAdditionalData() map[string]interface{}
- func (m *InnerError) GetClientRequestId() *string
- func (m *InnerError) GetDate() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
- func (m *InnerError) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *InnerError) GetRequestId() *string
- func (m *InnerError) IsNil() bool
- func (m *InnerError) Serialize(...) error
- func (m *InnerError) SetAdditionalData(value map[string]interface{})
- func (m *InnerError) SetClientRequestId(value *string)
- func (m *InnerError) SetDate(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
- func (m *InnerError) SetRequestId(value *string)
- type InnerErrorable
- type MainError
- func (m *MainError) GetAdditionalData() map[string]interface{}
- func (m *MainError) GetCode() *string
- func (m *MainError) GetDetails() []ErrorDetailsable
- func (m *MainError) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MainError) GetInnererror() InnerErrorable
- func (m *MainError) GetMessage() *string
- func (m *MainError) GetTarget() *string
- func (m *MainError) IsNil() bool
- func (m *MainError) Serialize(...) error
- func (m *MainError) SetAdditionalData(value map[string]interface{})
- func (m *MainError) SetCode(value *string)
- func (m *MainError) SetDetails(value []ErrorDetailsable)
- func (m *MainError) SetInnererror(value InnerErrorable)
- func (m *MainError) SetMessage(value *string)
- func (m *MainError) SetTarget(value *string)
- type MainErrorable
- type ODataError
- func (m *ODataError) GetAdditionalData() map[string]interface{}
- func (m *ODataError) GetError() MainErrorable
- func (m *ODataError) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ODataError) IsNil() bool
- func (m *ODataError) Serialize(...) error
- func (m *ODataError) SetAdditionalData(value map[string]interface{})
- func (m *ODataError) SetError(value MainErrorable)
- type ODataErrorable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateErrorDetailsFromDiscriminatorValue ¶
func CreateErrorDetailsFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateErrorDetailsFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateInnerErrorFromDiscriminatorValue ¶
func CreateInnerErrorFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateInnerErrorFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateMainErrorFromDiscriminatorValue ¶
func CreateMainErrorFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateMainErrorFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateODataErrorFromDiscriminatorValue ¶
func CreateODataErrorFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateODataErrorFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ErrorDetails ¶
type ErrorDetails struct {
// contains filtered or unexported fields
}
ErrorDetails provides operations to manage the admin singleton.
func NewErrorDetails ¶
func NewErrorDetails() *ErrorDetails
NewErrorDetails instantiates a new ErrorDetails and sets the default values.
func (*ErrorDetails) GetAdditionalData ¶
func (m *ErrorDetails) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ErrorDetails) GetCode ¶
func (m *ErrorDetails) GetCode() *string
GetCode gets the code property value.
func (*ErrorDetails) GetFieldDeserializers ¶
func (m *ErrorDetails) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ErrorDetails) GetMessage ¶
func (m *ErrorDetails) GetMessage() *string
GetMessage gets the message property value.
func (*ErrorDetails) GetTarget ¶
func (m *ErrorDetails) GetTarget() *string
GetTarget gets the target property value.
func (*ErrorDetails) IsNil ¶
func (m *ErrorDetails) IsNil() bool
func (*ErrorDetails) Serialize ¶
func (m *ErrorDetails) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ErrorDetails) SetAdditionalData ¶
func (m *ErrorDetails) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ErrorDetails) SetCode ¶
func (m *ErrorDetails) SetCode(value *string)
SetCode sets the code property value.
func (*ErrorDetails) SetMessage ¶
func (m *ErrorDetails) SetMessage(value *string)
SetMessage sets the message property value.
func (*ErrorDetails) SetTarget ¶
func (m *ErrorDetails) SetTarget(value *string)
SetTarget sets the target property value.
type ErrorDetailsable ¶
type ErrorDetailsable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetCode() *string
GetMessage() *string
GetTarget() *string
SetCode(value *string)
SetMessage(value *string)
SetTarget(value *string)
}
ErrorDetailsable
type InnerError ¶
type InnerError struct {
// contains filtered or unexported fields
}
InnerError provides operations to manage the admin singleton.
func NewInnerError ¶
func NewInnerError() *InnerError
NewInnerError instantiates a new InnerError and sets the default values.
func (*InnerError) GetAdditionalData ¶
func (m *InnerError) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*InnerError) GetClientRequestId ¶
func (m *InnerError) GetClientRequestId() *string
GetClientRequestId gets the client-request-id property value. Client request Id as sent by the client application.
func (*InnerError) GetDate ¶
func (m *InnerError) GetDate() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
GetDate gets the date property value. Date when the error occured.
func (*InnerError) GetFieldDeserializers ¶
func (m *InnerError) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*InnerError) GetRequestId ¶
func (m *InnerError) GetRequestId() *string
GetRequestId gets the request-id property value. Request Id as tracked internally by the service
func (*InnerError) IsNil ¶
func (m *InnerError) IsNil() bool
func (*InnerError) Serialize ¶
func (m *InnerError) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*InnerError) SetAdditionalData ¶
func (m *InnerError) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*InnerError) SetClientRequestId ¶
func (m *InnerError) SetClientRequestId(value *string)
SetClientRequestId sets the client-request-id property value. Client request Id as sent by the client application.
func (*InnerError) SetDate ¶
func (m *InnerError) SetDate(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
SetDate sets the date property value. Date when the error occured.
func (*InnerError) SetRequestId ¶
func (m *InnerError) SetRequestId(value *string)
SetRequestId sets the request-id property value. Request Id as tracked internally by the service
type InnerErrorable ¶
type InnerErrorable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetClientRequestId() *string
GetDate() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
GetRequestId() *string
SetClientRequestId(value *string)
SetDate(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
SetRequestId(value *string)
}
InnerErrorable
type MainError ¶
type MainError struct {
// contains filtered or unexported fields
}
MainError provides operations to manage the admin singleton.
func NewMainError ¶
func NewMainError() *MainError
NewMainError instantiates a new MainError and sets the default values.
func (*MainError) GetAdditionalData ¶
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*MainError) GetDetails ¶
func (m *MainError) GetDetails() []ErrorDetailsable
GetDetails gets the details property value.
func (*MainError) GetFieldDeserializers ¶
func (m *MainError) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MainError) GetInnererror ¶
func (m *MainError) GetInnererror() InnerErrorable
GetInnererror gets the innererror property value.
func (*MainError) GetMessage ¶
GetMessage gets the message property value.
func (*MainError) Serialize ¶
func (m *MainError) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*MainError) SetAdditionalData ¶
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*MainError) SetDetails ¶
func (m *MainError) SetDetails(value []ErrorDetailsable)
SetDetails sets the details property value.
func (*MainError) SetInnererror ¶
func (m *MainError) SetInnererror(value InnerErrorable)
SetInnererror sets the innererror property value.
func (*MainError) SetMessage ¶
SetMessage sets the message property value.
type MainErrorable ¶
type MainErrorable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetCode() *string
GetDetails() []ErrorDetailsable
GetInnererror() InnerErrorable
GetMessage() *string
GetTarget() *string
SetCode(value *string)
SetDetails(value []ErrorDetailsable)
SetInnererror(value InnerErrorable)
SetMessage(value *string)
SetTarget(value *string)
}
MainErrorable
type ODataError ¶
type ODataError struct {
ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ApiError
// contains filtered or unexported fields
}
ODataError provides operations to manage the admin singleton.
func NewODataError ¶
func NewODataError() *ODataError
NewODataError instantiates a new ODataError and sets the default values.
func (*ODataError) GetAdditionalData ¶
func (m *ODataError) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ODataError) GetError ¶
func (m *ODataError) GetError() MainErrorable
GetError gets the error property value.
func (*ODataError) GetFieldDeserializers ¶
func (m *ODataError) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ODataError) IsNil ¶
func (m *ODataError) IsNil() bool
func (*ODataError) Serialize ¶
func (m *ODataError) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ODataError) SetAdditionalData ¶
func (m *ODataError) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*ODataError) SetError ¶
func (m *ODataError) SetError(value MainErrorable)
SetError sets the error property value.
type ODataErrorable ¶
type ODataErrorable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetError() MainErrorable
SetError(value MainErrorable)
}
ODataErrorable