node-firecracker
    Preparing search index...

    Interface FirecrackerErrorBody

    Error body returned by the Firecracker API on non-2xx responses.

    interface FirecrackerErrorBody {
        fault_message?: string;
    }
    Index

    Properties

    Properties

    fault_message?: string