@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface ErrorHandler

    interface ErrorHandler {
        error?: string;
        handler: "error";
        status_code?: string | number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    error?: string
    handler: "error"
    status_code?: string | number