mirror of
https://github.com/cadmium-im/cadmium-docs-legacy.git
synced 2024-11-08 19:51:02 +00:00
Change error code to error identifier in Protocol Errors extension
This commit is contained in:
parent
89e14cbcee
commit
d548097e32
@ -49,9 +49,9 @@ None.
|
||||
```typescript
|
||||
interface ErrorPayload {
|
||||
/**
|
||||
* Error code (defined in extensions, may be same per extensions)
|
||||
* Error identifier (defined in extensions, maybe same per extensions)
|
||||
*/
|
||||
errCode: number,
|
||||
errId: string,
|
||||
|
||||
/**
|
||||
* Explanation of error in human-readable view
|
||||
|
Loading…
Reference in New Issue
Block a user