Custom error class for review-related errors

Hierarchy (View Summary)

Constructors

Properties

locale: string
messages: string[]
nativeMessage?: string
nativeMessageParams: unknown[]
parentError?: Error
payload: Record<string, unknown>
translateFn: TranslateFn
userMessage?: string
userMessageParams: unknown[]

Accessors

  • get message(): string

    Dynamically formats the aggregate message from the internal store.

    Returns string

Methods