An error that is thrown when a geometry service operation fails.

Hierarchy

  • Error
    • GeometryServiceError

Constructors

Properties

Constructors

  • Initializes a new instance of the GeometryServiceError class.

    Parameters

    • error: Error

      The original error.

    • Optionalmessage: string

      An optional error message.

    • Rest...args: unknown[]

      Values for placeholders in the error message.

    Returns GeometryServiceError

Properties

error: Error

The original error.