Documentation
¶
Overview ¶
Package errors provides centralized error types for GPU Go. Keep it minimal - only add what's actually used.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrConflict = errors.New("conflict") ErrBadRequest = errors.New("bad request") ErrNotConfigured = errors.New("not configured") )
Sentinel errors for type checking with errors.Is()
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.