VoiceErrorPayload
@vimp-mp/types 2.0.1Structured diagnostic information emitted by the voice subsystem.
ts
interface VoiceErrorPayloadMembers
code
ts
code: stringStable diagnostic error code.
message
ts
message: stringUser-facing error message.
reason
ts
reason?: VoiceErrorReasonStable reason suitable for localized UI.
technicalMessage
ts
technicalMessage?: stringOriginal platform/backend message intended for diagnostics and logs.