Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageAbortedError ¶
type MessageAbortedError struct { Data interface{} `json:"data,required"` Name MessageAbortedErrorName `json:"name,required"` JSON messageAbortedErrorJSON `json:"-"` }
func (MessageAbortedError) ImplementsAssistantMessageError ¶
func (r MessageAbortedError) ImplementsAssistantMessageError()
func (MessageAbortedError) ImplementsEventListResponseEventSessionErrorPropertiesError ¶
func (r MessageAbortedError) ImplementsEventListResponseEventSessionErrorPropertiesError()
func (*MessageAbortedError) UnmarshalJSON ¶
func (r *MessageAbortedError) UnmarshalJSON(data []byte) (err error)
type MessageAbortedErrorName ¶
type MessageAbortedErrorName string
const (
MessageAbortedErrorNameMessageAbortedError MessageAbortedErrorName = "MessageAbortedError"
)
func (MessageAbortedErrorName) IsKnown ¶
func (r MessageAbortedErrorName) IsKnown() bool
type ProviderAuthError ¶
type ProviderAuthError struct { Data ProviderAuthErrorData `json:"data,required"` Name ProviderAuthErrorName `json:"name,required"` JSON providerAuthErrorJSON `json:"-"` }
func (ProviderAuthError) ImplementsAssistantMessageError ¶
func (r ProviderAuthError) ImplementsAssistantMessageError()
func (ProviderAuthError) ImplementsEventListResponseEventSessionErrorPropertiesError ¶
func (r ProviderAuthError) ImplementsEventListResponseEventSessionErrorPropertiesError()
func (*ProviderAuthError) UnmarshalJSON ¶
func (r *ProviderAuthError) UnmarshalJSON(data []byte) (err error)
type ProviderAuthErrorData ¶
type ProviderAuthErrorData struct { Message string `json:"message,required"` ProviderID string `json:"providerID,required"` JSON providerAuthErrorDataJSON `json:"-"` }
func (*ProviderAuthErrorData) UnmarshalJSON ¶
func (r *ProviderAuthErrorData) UnmarshalJSON(data []byte) (err error)
type ProviderAuthErrorName ¶
type ProviderAuthErrorName string
const (
ProviderAuthErrorNameProviderAuthError ProviderAuthErrorName = "ProviderAuthError"
)
func (ProviderAuthErrorName) IsKnown ¶
func (r ProviderAuthErrorName) IsKnown() bool
type UnknownError ¶
type UnknownError struct { Data UnknownErrorData `json:"data,required"` Name UnknownErrorName `json:"name,required"` JSON unknownErrorJSON `json:"-"` }
func (UnknownError) ImplementsAssistantMessageError ¶
func (r UnknownError) ImplementsAssistantMessageError()
func (UnknownError) ImplementsEventListResponseEventSessionErrorPropertiesError ¶
func (r UnknownError) ImplementsEventListResponseEventSessionErrorPropertiesError()
func (*UnknownError) UnmarshalJSON ¶
func (r *UnknownError) UnmarshalJSON(data []byte) (err error)
type UnknownErrorData ¶
type UnknownErrorData struct { Message string `json:"message,required"` JSON unknownErrorDataJSON `json:"-"` }
func (*UnknownErrorData) UnmarshalJSON ¶
func (r *UnknownErrorData) UnmarshalJSON(data []byte) (err error)
type UnknownErrorName ¶
type UnknownErrorName string
const (
UnknownErrorNameUnknownError UnknownErrorName = "UnknownError"
)
func (UnknownErrorName) IsKnown ¶
func (r UnknownErrorName) IsKnown() bool
Click to show internal directories.
Click to hide internal directories.