Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
line
The line on which the error was thrown.
var line: Int
The line on which the error was thrown.
var line: Int
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 Int
A signed integer value type.
init(function: String, file: String, line: Int)
var file: String
The file in which the error was thrown.
var function: String
The function in which the error was thrown.