satim-module - v1.0.0
    Preparing search index...

    Type Alias SatimErrorCategory

    SatimErrorCategory:
        | "network"
        | "timeout"
        | "parse"
        | "http"
        | "gateway"
        | "circuit_open"
        | "unknown"

    Safe failure-category classification for SatimUnexpectedResponseError.

    No raw error messages, stack traces, or system codes are exposed via this enum — error reporters that include errorCategory in alerts cannot leak request URLs, form-body contents, or internal infrastructure details.