UNPKG

telefunc

Version:

Remote functions. Instead of API.

9 lines (8 loc) 535 B
export declare const STATUS_CODE_SUCCESS = 200; export declare const STATUS_CODE_MALFORMED_REQUEST = 400; export declare const STATUS_BODY_MALFORMED_REQUEST = "Malformed Telefunc Request"; export declare const STATUS_CODE_THROW_ABORT = 403; export declare const STATUS_CODE_SHIELD_VALIDATION_ERROR = 422; export declare const STATUS_BODY_SHIELD_VALIDATION_ERROR = "Shield Validation Error"; export declare const STATUS_CODE_INTERNAL_SERVER_ERROR = 500; export declare const STATUS_BODY_INTERNAL_SERVER_ERROR = "Internal Server Error";