Documentation ¶
Index ¶
- func CreateErrorDetailsFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateInnerErrorFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateMainErrorFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateODataErrorFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ErrorDetails
- func (m *ErrorDetails) GetAdditionalData() map[string]interface{}
- func (m *ErrorDetails) GetCode() *string
- func (m *ErrorDetails) GetFieldDeserializers() ...
- func (m *ErrorDetails) GetMessage() *string
- func (m *ErrorDetails) GetTarget() *string
- 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() ...
- func (m *InnerError) GetOdataType() *string
- func (m *InnerError) GetRequestId() *string
- 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) SetOdataType(value *string)
- 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() ...
- func (m *MainError) GetInnererror() InnerErrorable
- func (m *MainError) GetMessage() *string
- func (m *MainError) GetTarget() *string
- 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() ...
- 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 i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateErrorDetailsFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateInnerErrorFromDiscriminatorValue ¶
func CreateInnerErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateInnerErrorFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateMainErrorFromDiscriminatorValue ¶
func CreateMainErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateMainErrorFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateODataErrorFromDiscriminatorValue ¶
func CreateODataErrorFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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
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. The code property
func (*ErrorDetails) GetFieldDeserializers ¶
func (m *ErrorDetails) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ErrorDetails) GetMessage ¶
func (m *ErrorDetails) GetMessage() *string
GetMessage gets the message property value. The message property
func (*ErrorDetails) GetTarget ¶
func (m *ErrorDetails) GetTarget() *string
GetTarget gets the target property value. The target property
func (*ErrorDetails) Serialize ¶
func (m *ErrorDetails) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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. The code property
func (*ErrorDetails) SetMessage ¶
func (m *ErrorDetails) SetMessage(value *string)
SetMessage sets the message property value. The message property
func (*ErrorDetails) SetTarget ¶
func (m *ErrorDetails) SetTarget(value *string)
SetTarget sets the target property value. The target property
type ErrorDetailsable ¶
type ErrorDetailsable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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
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(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*InnerError) GetOdataType ¶ added in v0.31.0
func (m *InnerError) GetOdataType() *string
GetOdataType gets the @odata.type property value. The OdataType property
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) Serialize ¶
func (m *InnerError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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) SetOdataType ¶ added in v0.31.0
func (m *InnerError) SetOdataType(value *string)
SetOdataType sets the @odata.type property value. The OdataType property
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 { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetClientRequestId() *string GetDate() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time GetOdataType() *string GetRequestId() *string SetClientRequestId(value *string) SetDate(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) SetOdataType(value *string) SetRequestId(value *string) }
InnerErrorable
type MainError ¶
type MainError struct {
// contains filtered or unexported fields
}
MainError
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. The details property
func (*MainError) GetFieldDeserializers ¶
func (m *MainError) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MainError) GetInnererror ¶
func (m *MainError) GetInnererror() InnerErrorable
GetInnererror gets the innererror property value. The innererror property
func (*MainError) GetMessage ¶
GetMessage gets the message property value. The message property
func (*MainError) Serialize ¶
func (m *MainError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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. The details property
func (*MainError) SetInnererror ¶
func (m *MainError) SetInnererror(value InnerErrorable)
SetInnererror sets the innererror property value. The innererror property
func (*MainError) SetMessage ¶
SetMessage sets the message property value. The message property
type MainErrorable ¶
type MainErrorable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ApiError // contains filtered or unexported fields }
ODataError
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. The error property
func (*ODataError) GetFieldDeserializers ¶
func (m *ODataError) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ODataError) Serialize ¶
func (m *ODataError) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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. The error property
type ODataErrorable ¶
type ODataErrorable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetError() MainErrorable SetError(value MainErrorable) }
ODataErrorable