Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Type Alias ErrorCode

    ErrorCode: typeof ErrorCode[keyof typeof ErrorCode]

    Union type of all valid Praman error code string literals.

    import type { ErrorCode } from '#core/errors/codes.js';
    function handleError(code: ErrorCode): void { ... }