Files

3.1 KiB

Errors

Here you will find all Error codes and its meaning. Error or status codes that are starting with an s are success codes.

Error codes

eu006

Meaning: There is an error while changing the password. HTTP-Code: 406

Solution: Make sure that you have entered the correct previous password and that the double check passwords are matching.

eu004

Meaning: There is an error while updating the settings. HTTP-Code: 500

Solution: This error should not occur in the frontend. If so, please create an issue in this repository.

eu005

Meaning: There is an error while fetching the app settings. HTTP-Code: 500

Solution: This error should not occur in the frontend. If so, please create an issue in this repository.

eu001

Meaning: Username or password is wrong. HTTP-Code: 404

Solution: Check the username and password and try again.

eu002

Meaning: The user is deactivated. HTTP-Code: 403

Solution: Contact an admin to reactivate the account.

eu003

Meaning: There is an error while updating the last login timestamp. HTTP-Code: 500

Solution: This error should not occur in the frontend. If so, please create an issue in this repository.

ep001

Meaning: There is an error while creating a product. HTTP-Code: 406

Solution: Verify that all required fields are provided and valid, then try again.

ep002

Meaning: There is an error while fetching products. HTTP-Code: 406

Solution: Try again later. If the error persists, create an issue in this repository.

ep003

Meaning: There is an error while fetching a product. HTTP-Code: 406

Solution: Ensure the product exists and try again.

ep004

Meaning: There is an error while updating the product amount. HTTP-Code: 406

Solution: Check the amount value and try again.

ep005

Meaning: There is an error while updating a product. HTTP-Code: 406

Solution: Verify the product data and try again.

ep006

Meaning: There is an error while deleting products. HTTP-Code: 500

Solution: Try again later. If the error persists, create an issue in this repository.

es001

Meaning: There is an error while fetching storage locations. HTTP-Code: 500

Solution: Try again later. If the error persists, create an issue in this repository.

es000

Meaning: The request body is invalid. HTTP-Code: 400

Solution: Provide a storage name. The description is optional.

es002

Meaning: There is an error while creating a storage location. HTTP-Code: 500

Solution: Try again later. If the error persists, create an issue in this repository.

es003

Meaning: There is an error while updating a storage location. HTTP-Code: 500

Solution: Try again later. If the error persists, create an issue in this repository.

es004

Meaning: There is an error while deleting a storage location. HTTP-Code: 500

Solution: Try again later. If the error persists, create an issue in this repository.