AppError

An error happened during the use of the app

Entries

Link copied to clipboard

An unknown error (typically due to a network issue).

Link copied to clipboard

Serialization or deserialization of some objects failed.

Link copied to clipboard

The user is not authorized to make this request, probably because their session is expired or they are not allowed to do it.

Link copied to clipboard

A user already exists with this credentials in the system.

Link copied to clipboard

The name selected by the user is not valid.

Link copied to clipboard

The email selected by the user is not valid.

Link copied to clipboard

The password selected by the user is not valid.

Link copied to clipboard

The new password chosen is equal to the current one and thus it is not valid.

Link copied to clipboard
Link copied to clipboard

The user is already parking in a different parking slot and thus they can't occupy a different one.

Link copied to clipboard

The parking slot the user is trying to occupy is already occupied by a different user and thus it can't be occupied by the current one.

Link copied to clipboard

This parking slot no more exists.

Link copied to clipboard

The user is currently occupying no parking slot.

Link copied to clipboard

The end of the parking slot occupation chosen is not valid (probably it is in the past).

Functions

Link copied to clipboard
fun valueOf(value: String): AppError

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard