export UserStatusVerificationErrors

interface UserStatusVerificationErrors {
    code?: null | string;
    reason?: null | string;
    requirement?: null | string;
}

Properties

code?: null | string
reason?: null | string

An informative message that indicates the error type and provides additional details about the error.

requirement?: null | string

The specific user onboarding requirement field (in the requirements hash) that needs to be resolved.