Skip to content

VoiceErrorPayload

@vimp-mp/types 2.0.1

Interface · Client API

Structured diagnostic information emitted by the voice subsystem.

ts
interface VoiceErrorPayload

Members

code

ts
code: string

Stable diagnostic error code.

message

ts
message: string

User-facing error message.

reason

ts
reason?: VoiceErrorReason

Stable reason suitable for localized UI.

technicalMessage

ts
technicalMessage?: string

Original platform/backend message intended for diagnostics and logs.

VIMP developer documentation