Arc.React
    Preparing search index...

    Class QueryFailed

    The exception that is thrown when a query fails with one or more exceptions on the server.

    Hierarchy

    • Error
      • QueryFailed
    Index

    Constructors

    • Creates a new instance of QueryFailed.

      Parameters

      • exceptionMessages: string[]

        The exception messages from the server.

      • exceptionStackTrace: string

        The exception stack trace from the server.

      Returns QueryFailed

    Properties

    exceptionMessages: string[]

    The exception messages from the server.

    exceptionStackTrace: string

    The exception stack trace from the server.