@synonymdev/pubky
    Preparing search index...

    Type Alias PubkyErrorName

    PubkyErrorName:
        | "RequestError"
        | "InvalidInput"
        | "AuthenticationError"
        | "PkarrError"
        | "ClientStateError"
        | "InternalError"

    A union type of all possible machine-readable codes for the name property of a PubkyError.

    Provides a simplified, actionable set of error categories for developers to handle in their code.