interface ExecutionError {
    abort_location: string;
    error_code: bigint;
    error_type: string;
}

Properties

abort_location: string
error_code: bigint
error_type: string