automation

package
v1.58.6 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Code    int             `json:"code"`
	Message string          `json:"message"`
	Details json.RawMessage `json:"details"`
}

func (Error) Error

func (e Error) Error() string

func (Error) ToRESTError

func (e Error) ToRESTError() error

type ErrorEnvelope

type ErrorEnvelope struct {
	Err *Error `json:"error"`
}

func (ErrorEnvelope) Error

func (e ErrorEnvelope) Error() string

func (*ErrorEnvelope) Unmarshal

func (e *ErrorEnvelope) Unmarshal(data []byte) bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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