smapiv0

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadRequestError

type BadRequestError struct {
	// Human readable description of error.
	Message string `json:"message,omitempty"`
	// An array of violation messages.
	Violations []*Error `json:"violations,omitempty"`
}

type Error

type Error struct {
	/*
	   Error code that maps to an error message. Developers with different locales should be able to lookup the error description based on this code.
	*/
	Code string `json:"code,omitempty"`
	// Readable description of error.
	Message string `json:"message,omitempty"`
}
type Link struct {
	Href string `json:"href,omitempty"`
}
type Links struct {
	Self *Link `json:"self,omitempty"`
	Next *Link `json:"next,omitempty"`
}

Links Links for the API navigation.

Directories

Path Synopsis
developmentEvents

Jump to

Keyboard shortcuts

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