@edgible-team/sdk
    Preparing search index...

    Type Alias ErrorCategory

    ErrorCategory:
        | "validation"
        | "authentication"
        | "authorization"
        | "not_found"
        | "conflict"
        | "rate_limit"
        | "server"
        | "network"
        | "timeout"
        | "configuration"
        | "waiter"

    Coarse failure class, one per EdgibleError subclass. Drives the category → retryable → CLI exit code contract (error-model.md).