# Functions
ErrorHandler is a custom error handler for Fiber.
IsBadRequest checks if the error is a BadRequest error.
IsConflict checks if the error is a Conflict error.
IsDatabaseError checks if the error is a DatabaseError.
IsForbidden checks if the error is a Forbidden error.
IsLuciaAuthError checks if the error is a Lucia authentication-related error.
IsLuciaDatabaseError checks if the error is a Lucia database-related error.
IsLuciaDuplicateUserError checks if the error is a Lucia duplicate user error.
IsLuciaError checks if the error is a LuciaError.
IsLuciaSessionError checks if the error is a Lucia session-related error.
IsNotFound checks if the error is a NotFound error.
No description provided by the author
IsServiceUnavailable checks if the error is a ServiceUnavailable error.
IsUnauthorized checks if the error is an Unauthorized error.
IsUnexpectedError checks if the error is an UnexpectedError.
NewApiError creates a new ApiError.
NewLuciaError creates a new LuciaError.
# Variables
Error types.
Error types.
Error types.
Error types.
Error types.
Error types.
Error types.
Error types.
Error types.
# Structs
ApiError represents custom API errors.
LuciaError represents errors from the Lucia authentication library.