-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
In some situations the error shown to the user is not very explanatory.
Some that I've faced are as follows:
- When a box name already exists:
Error 1062: Duplicate entry 'myapp' for key 'name'.
Can be: Box with name 'myapp' already exists. - When a box with provided name does not exists:
Unexpected response from Farmer server. (record not found).
Can be: Cannot find box 'myapp'. - When deploying fails because of status script exit:
Exited with code 1
Can be: Failed to deploy revision Automatic ubuntu/trusty64 box url #2 on boxmyapp. Exit code is 1.
Reactions are currently unavailable