Skip to main content

BaetaErrorCode

Standard error codes used across the Baeta framework.

Enumeration Members

Enumeration MemberValueDescription

AggregateError

"AGGREGATE_ERROR"

Multiple errors occurred simultaneously

BadUserInput

"BAD_USER_INPUT"

Invalid input provided by the user

Forbidden

"FORBIDDEN"

User is authenticated but lacks required permissions

InternalServerError

"INTERNAL_SERVER_ERROR"

Unexpected server-side error

Unauthenticated

"UNAUTHENTICATED"

Authentication is required but was not provided