Interface MKFMTSError

FMTS Controller Error object.

Please refer to the documentation for MKFMTSErrorCode for more details on various errors.

Hierarchy

  • MKFMTSError

Properties

code: number

The error code.

message: string

The error message.

name?: string

The error name.

timestamp: number

Timestamp when the error callback is triggered.