Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
file
The file in which the error was thrown.
var file: String
The file in which the error was thrown.
var file: String
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct SourceLocation
A location within source code.
struct SwiftProtobufError
A SwiftProtobuf specific error.
@frozen struct String
A Unicode string value that is a collection of characters.
init(function: String, file: String, line: Int)
var function: String
The function in which the error was thrown.
var line: Int
The line on which the error was thrown.