Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface ErrorState

    interface ErrorState {
        error?: Error;
        hasError: boolean;
        message?: KoreanText;
        retry?: () => void;
    }
    Index

    Properties

    error?: Error
    hasError: boolean
    message?: KoreanText
    retry?: () => void