Globus SDK for JavaScript
    Preparing search index...

    Type Alias ValidationLocationError

    An error that was generated during validation that includes the location of the error.

    type ValidationLocationError = {
        loc: string[];
        msg: string;
        type: string;
    }
    Index

    Properties

    Properties

    loc: string[]

    The location of the error represents the path to the property that caused the error.

    msg: string
    type: string