UBIResult.failure(String code, String? msg) : this(int.tryParse(code) ?? ErrorCode.unknownError, msg: msg);