kite-framework
Version:
Modern, fast, flexible HTTP-JSON-RPC framework
38 lines (37 loc) • 1.09 kB
TypeScript
/***
* Copyright (c) 2017 [Arthur Xie]
* <https://github.com/kite-js/kite>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*/
export declare const ERROR_CODES: {
1000: string;
1001: string;
1002: string;
1003: string;
1009: string;
1010: string;
1020: string;
1021: string;
1022: string;
1023: string;
1024: string;
1025: string;
1026: string;
1027: string;
1028: string;
1030: string;
1031: string;
1032: string;
1033: string;
1100: string;
1101: string;
};