httperror

package
v2.27.7 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2025 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package httperror handles formatting and writing some sentinel errors returned within coder to the API. This package exists outside httpapi to avoid some cyclic dependencies

Index

Constants

This section is empty.

Variables

Functions

func NewResponseError added in v2.27.0

func NewResponseError(status int, resp codersdk.Response) error

func WriteResponseError added in v2.27.0

func WriteResponseError(ctx context.Context, rw http.ResponseWriter, err error)

func WriteWorkspaceBuildError

func WriteWorkspaceBuildError(ctx context.Context, rw http.ResponseWriter, err error)

Types

type Responder added in v2.25.0

type Responder interface {
	Response() (int, codersdk.Response)
}

func IsResponder added in v2.25.0

func IsResponder(err error) (Responder, bool)

Jump to

Keyboard shortcuts

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