opensensemap-client
    Preparing search index...

    Type Alias Failure

    A StructFailure represents a single specific failure in validation.

    type Failure = {
        branch: any[];
        explanation?: string;
        key: any;
        message: string;
        path: any[];
        refinement: string | undefined;
        type: string;
        value: any;
    }
    Index

    Properties

    branch: any[]
    explanation?: string
    key: any
    message: string
    path: any[]
    refinement: string | undefined
    type: string
    value: any