rename errorid to message-id
This commit is contained in:
parent
b43da83a67
commit
4881bc5a53
4 changed files with 19 additions and 11 deletions
|
@ -85,8 +85,8 @@ data SerializedOutputResponse
|
|||
= ReadyPrompt
|
||||
deriving (Eq, Show)
|
||||
|
||||
-- | Error identifiers. Avoid changing these.
|
||||
data ErrorId
|
||||
-- | Message identifiers. Avoid changing these.
|
||||
data MessageId
|
||||
= FileNotFound
|
||||
| FileBeyondSymbolicLink
|
||||
deriving (Show)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue