petalbid-frontend
    Preparing search index...

    Interface ErrorPageProps

    Props for the ErrorPage component.

    interface ErrorPageProps {
        statusCode: number;
    }
    Index

    Properties

    Properties

    statusCode: number

    The HTTP status code of the error.