diff --git a/EIPS/eip-1193.md b/EIPS/eip-1193.md index 06e387c5..a3d8d19b 100644 --- a/EIPS/eip-1193.md +++ b/EIPS/eip-1193.md @@ -228,12 +228,11 @@ If an Error object is returned, it **MUST** contain a human readable string mess Appropriate error codes **SHOULD** follow the table of [`CloseEvent` status codes](https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent#Status_codes), along with the following table: -| Status code | Name | Description | -| ----------- | ---------------------------- | --------------------------------------------------------------------- | -| 4001 | User Denied Request Accounts | User denied authorizing any accounts for the dapp. | -| 4010 | User Denied Create Account | User denied creating a new account. | -| 4100 | Unauthorized | The requested account has not been authorized by the user. | -| 4200 | Unsupported Method | The requested method is not supported by the given Ethereum Provider. | +| Status code | Name | Description | +| ----------- | ---------------------------- | ------------------------------------------------------------------------ | +| 4001 | User Rejected Request | The user rejected the request. | +| 4100 | Unauthorized | The requested method and/or account has not been authorized by the user. | +| 4200 | Unsupported Method | The requested method is not supported by the given Ethereum Provider. | ## Sample Class Implementation