Circle V2 API Docs
    Preparing search index...

    Type Alias SafeError<E>

    type SafeError<E extends CircleError = CircleError> = {
        data: null;
        error: E | UnhandledError;
    }

    Type Parameters

    Index

    Properties

    Properties

    data: null
    error: E | UnhandledError