Add 'NETWORK_DISCONNECTED' to error code enum
All checks were successful
Generate and Release Protos / release (push) Successful in 42s
All checks were successful
Generate and Release Protos / release (push) Successful in 42s
This commit is contained in:
@@ -30,7 +30,8 @@
|
|||||||
"AUTH",
|
"AUTH",
|
||||||
"NOT_FOUND",
|
"NOT_FOUND",
|
||||||
"RATE_LIMIT",
|
"RATE_LIMIT",
|
||||||
"SERVER"
|
"SERVER",
|
||||||
|
"NETWORK_DISCONNECTED"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"msg": {
|
"msg": {
|
||||||
|
|||||||
Reference in New Issue
Block a user