Interface ErrorResult

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

Properties

Properties

loadType: ERROR
data: Exception