@shieldz/sdk
    Preparing search index...

    Interface ShieldzApiErrorBody

    The error envelope Shieldz returns: { error: { type, code, message, param? } }.

    interface ShieldzApiErrorBody {
        code: string;
        message: string;
        param?: string;
        type: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string
    param?: string
    type: string