shared

package
v0.16.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageAbortedError

type MessageAbortedError struct {
	Data MessageAbortedErrorData `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 MessageAbortedErrorData added in v0.12.0

type MessageAbortedErrorData struct {
	Message string                      `json:"message,required"`
	JSON    messageAbortedErrorDataJSON `json:"-"`
}

func (*MessageAbortedErrorData) UnmarshalJSON added in v0.12.0

func (r *MessageAbortedErrorData) 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 UnionBool added in v0.7.0

type UnionBool bool

func (UnionBool) ImplementsConfigProviderOptionsTimeoutUnion added in v0.7.0

func (UnionBool) ImplementsConfigProviderOptionsTimeoutUnion()

type UnionInt added in v0.7.0

type UnionInt int64

func (UnionInt) ImplementsConfigProviderOptionsTimeoutUnion added in v0.7.0

func (UnionInt) ImplementsConfigProviderOptionsTimeoutUnion()

type UnionString added in v0.16.0

type UnionString string

func (UnionString) ImplementsPermissionPatternUnion added in v0.16.0

func (UnionString) ImplementsPermissionPatternUnion()

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL