@ui-tool/core
Version:
7 lines • 385 B
TypeScript
export declare class SmartNavigatorExceptions {
static readonly invalidScreenCode = "INVALID_SCREEN_CODE";
static readonly invalidNavigationRequest = "INVALID_NAVIGATION_REQUEST";
static readonly screenCodeMappingNotFound = "SCREEN_CODE_MAPPING_NOT_FOUND";
static readonly urlNotFound = "SCREEN_URL_NOT_FOUND";
}
//# sourceMappingURL=smart-navigator-exceptions.d.ts.map