Create a new Error enum type #69
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When a user send an wrong message to mostrod, mostrod responds with a message with
Action: CantDo
, we have the need to give more details with the reason of thisCantDo
message, for this we want to create a newenum Error
, this enum must have different type of errors and mostrod will send this in the payload of a message withAction: CantDo
, we need to modify the payload like this:The text was updated successfully, but these errors were encountered: