skyflow-node
Version:
Skyflow SDK for Node.js
18 lines (17 loc) • 520 B
TypeScript
export declare const errorMessages: {
ClientIDNotFound: string;
TokenURINotFound: string;
KeyIDNotFound: string;
PrivateKeyNotFound: string;
NotAValidJSON: string;
FileNotFound: string;
EmptyFile: string;
CredentialsContentEmpty: string;
ExpectedStringParameter: string;
ScopedRolesEmpty: string;
ExpectedRoleIDParameter: string;
DataTokensNotFound: string;
DataTokensEmpty: string;
ExpectedDataTokensParameter: string;
ExpectedTimeToLiveParameter: string;
};