# Functions
AppendError handles single error, that occurred during API GET call.
HandleError handles single error, that occurred during API GET call.
Handle HTTP Errors more accurately based on the localized consts.
HandleInternalError writes the given error to the response and sets appropriate HTTP status headers.
IsForbiddenError returns true if given error has code 403, false otherwise.
IsNotFoundError returns true when the given error is 404-NotFound error.
LocalizeError returns error code (string) that can be used by frontend to localize error message.
MergeErrors merges multiple non-critical error arrays into one array.
# Constants
Errors that can be used directly without localizing.
Errors that can be used directly without localizing.
Errors that can be used directly without localizing.
Errors that can be used directly without localizing.
Errors that can be used directly without localizing.
Errors that can be used directly without localizing.
# Variables
NonCriticalErrors is an array of error statuses, that are non-critical.