Mayson Monorepo Documentation
    Preparing search index...
    interface Error {
        code: Stripe.Account.Requirements.Error.Code;
        reason: string;
        requirement: string;
    }
    Index

    Properties

    The code for the type of error.

    reason: string

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

    requirement: string

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