class Exception extends Errorimport { Exception } from "https://deno.land/x/easyts@0.1.3/mod.ts"; Base class for exceptions thrown by this library ConstructorsnewException(message?: string, opts?: ErrorOptions)Propertiesoptionalcanceled: booleanIs it triggered by context default cancellation optionalec: numbererror code optionaltemporary: booleanIf true, this is a temporary error and the operation can be retried later optionaltimeout: booleanIf true, the error is caused by exceeding the time limit