QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Class ValidationError

    Error thrown for bad requests (HTTP 400)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • message: string
      • Optionaloptions: {
            cause?: Error;
            description?: string;
            errors?: { field?: string; message: string }[];
            rayId?: string;
        }

      Returns ValidationError

    Properties

    description?: string
    errors?: { field?: string; message: string }[]
    rayId?: string
    statusCode: number

    Methods

    • Returns {
          description: string | undefined;
          errors: { field?: string; message: string }[] | undefined;
          message: string;
          name: string;
          rayId: string | undefined;
          statusCode: number;
      }