Versions in this module Expand all Collapse all v0 v0.9.0 Jul 8, 2023 Changes in this version + func CreateErrorDetailsFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + func CreateInnerErrorFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + func CreateMainErrorFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + func CreateODataErrorFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + type ErrorDetails struct + func NewErrorDetails() *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 interface + GetCode func() *string + GetMessage func() *string + GetTarget func() *string + SetCode func(value *string) + SetMessage func(value *string) + SetTarget func(value *string) + type InnerError struct + func NewInnerError() *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) 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) SetRequestId(value *string) + type InnerErrorable interface + GetClientRequestId func() *string + GetDate func() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time + GetRequestId func() *string + SetClientRequestId func(value *string) + SetDate func(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) + SetRequestId func(value *string) + type MainError struct + func NewMainError() *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 interface + GetCode func() *string + GetDetails func() []ErrorDetailsable + GetInnererror func() InnerErrorable + GetMessage func() *string + GetTarget func() *string + SetCode func(value *string) + SetDetails func(value []ErrorDetailsable) + SetInnererror func(value InnerErrorable) + SetMessage func(value *string) + SetTarget func(value *string) + type ODataError struct + func NewODataError() *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 interface + GetError func() MainErrorable + SetError func(value MainErrorable)