internal

package
v0.0.0-...-a551046 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ErrorInternalServerError

func ErrorInternalServerError(err error) render.Renderer

func ErrorInvalidRequest

func ErrorInvalidRequest(err error) render.Renderer

func ErrorResourceAlreadyExists

func ErrorResourceAlreadyExists(err error) render.Renderer

Types

type ResponseError

type ResponseError struct {
	Err            error `json:"-"` // low-level runtime error
	HTTPStatusCode int   `json:"-"` // http response status code

	StatusText string `json:"status"`          // user-level status message
	AppCode    int64  `json:"code,omitempty"`  // application-specific error code
	ErrorText  string `json:"error,omitempty"` // application-level error message, for debugging
}

func (*ResponseError) Render

Directories

Path Synopsis
entity

Jump to

Keyboard shortcuts

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