Hierarchy

  • Error
    • ServiceException

Constructors

Properties

Constructors

  • Parameters

    • options: {
          $fault: "client" | "server";
          message?: string;
          name: string;
      }
      • $fault: "client" | "server"
      • Optional message?: string
      • name: string

    Returns ServiceException

Properties

$fault: "client" | "server"

Whether the client or server are at fault.