Appearance
Documentation / @geoverse/editor-core / WfstError
Class: WfstError
Defined in: packages/editor-core/src/sync/wfst/transport.ts:38
WFS-T 传输错误,带瞬时标记供 SyncScheduler.isTransient 分类。
Extends
Error
Constructors
Constructor
ts
new WfstError(
message,
transient,
status?): WfstError;Defined in: packages/editor-core/src/sync/wfst/transport.ts:39
Parameters
message
string
transient
boolean
status?
number
Returns
WfstError
Overrides
ts
Error.constructorProperties
cause?
ts
optional cause?: unknown;Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24
Inherited from
ts
Error.causemessage
ts
message: string;Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
ts
Error.messagename
ts
name: string;Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1074
Inherited from
ts
Error.namestack?
ts
optional stack?: string;Defined in: node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
ts
Error.stackstatus?
ts
readonly optional status?: number;Defined in: packages/editor-core/src/sync/wfst/transport.ts:42
transient
ts
readonly transient: boolean;Defined in: packages/editor-core/src/sync/wfst/transport.ts:41
