Documentation
    Preparing search index...

    Type Alias ExceptionState

    type ExceptionState = {
        cause: string | undefined;
        message: string;
        stack: string;
    }
    Index

    Properties

    Properties

    cause: string | undefined
    message: string
    stack: string