errorhandler

package
v0.0.0-...-35b844d Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorHandler

type ErrorHandler struct {
	Match       interface{}
	Code        string
	Status      int
	ErrorRender func(ctx *haruka.Context, err error) interface{}
}

type ErrorModule

type ErrorModule struct {
	Handlers []ErrorHandler
}

func NewErrorModule

func NewErrorModule() *ErrorModule

func (*ErrorModule) GetHandlerByType

func (m *ErrorModule) GetHandlerByType(err error) *ErrorHandler

func (*ErrorModule) RaiseHttpError

func (m *ErrorModule) RaiseHttpError(context *haruka.Context, err error)

func (*ErrorModule) RegisterHandler

func (m *ErrorModule) RegisterHandler(handler ErrorHandler)

Jump to

Keyboard shortcuts

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