---
title: FileLocation
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/filelocation
---

# FileLocation

A source code location reference indicating the file path, line number, and column of an issue in an Xcode Cloud build.

## Declaration

```data
object FileLocation
```

## Properties

lineNumber: The line number of a file that contains code. path: The path to the file that caused an issue.

## See Also

### Objects

- [CiIssue](appstoreconnectapi/ciissue.md)
- [CiIssueResponse](appstoreconnectapi/ciissueresponse.md)
