@twinfinity/core
    Preparing search index...

    Interface MapBoxAccessTokenUpstreamProblem

    Error response used when the backend (that MapBoxApiClient calls) has issues calling MapBox upstream.

    interface MapBoxAccessTokenUpstreamProblem {
        detail: string;
        status: 502;
        title: string;
    }
    Index

    Properties

    Properties

    detail: string

    Details

    status: 502

    HTTP status code

    title: string

    Title