codes

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 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 Error400

type Error400 struct {
	// Error text
	Error string `json:"Error" example:"Internal Server Error"`
}

Error400 Internal Server Error swagger:model

type Error401

type Error401 struct {
	// Error text
	Error string `json:"Error" example:"Unauthorized"`
}

Error401 Unauthorized swagger:model

type Error403

type Error403 struct {
	// Error text
	Error string `json:"Error" example:"Forbidden"`
}

Error403 Forbidden swagger:model

type Error409

type Error409 struct {
	// Error text
	Error string `json:"Error" example:"Conflict"`
}

Error409 Conflict swagger:model

type Error422

type Error422 struct {
	// Error text
	Error string `json:"Error" example:"Unprocessable Entity"`
}

Error422 Unprocessable Entity swagger:model

type Error424

type Error424 struct {
	// Error text
	Error string `json:"Error" example:"Failed Dependency"`
}

Error424 Failed Dependency swagger:model

type Error500

type Error500 struct {
	// Error text
	Error string `json:"Error" example:"Internal Server Error"`
}

Error500 Internal Server Error swagger:model

type Error502

type Error502 struct {
	// Error text
	Error string `json:"Error" example:"Bad Gateway"`
}

Error502 Bad Gateway swagger:model

type Error503

type Error503 struct {
	// Error text
	Error string `json:"Error" example:"Service Unavailable"`
}

Error503 Service Unavailable swagger:model

type Success200

type Success200 struct {
	// Code text
	Status string `json:"Status" example:"OK"`
}

Success200 OK swagger:model

type Success201

type Success201 struct {
	// Code text
	Status string `json:"Status" example:"Created"`
}

Success201 Created swagger:model

Jump to

Keyboard shortcuts

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