Interface ErrorResult

interface ErrorResult {
    data: Exception;
    loadType: ERROR;
}

Properties

Properties

data: Exception
loadType: ERROR