Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { APIs *apis.Client Applications *applications.Client Permissions *permissions.Client // contains filtered or unexported fields }
type KindeError ¶
func (KindeError) Error ¶
func (e KindeError) Error() string
type KindeErrors ¶
type KindeErrors []KindeError
func (KindeErrors) Error ¶
func (errs KindeErrors) Error() string
func (KindeErrors) Has ¶
func (errs KindeErrors) Has(code string) bool
func (*KindeErrors) UnmarshalJSON ¶
func (errs *KindeErrors) UnmarshalJSON(data []byte) error
type NotFoundError ¶ added in v0.0.2
func (NotFoundError) Error ¶ added in v0.0.2
func (err NotFoundError) Error() string
type RequestError ¶ added in v0.0.2
func (RequestError) Error ¶ added in v0.0.2
func (err RequestError) Error() string
Click to show internal directories.
Click to hide internal directories.