Initializerswift-protobuf 1.29.0SwiftProtobuf
init(function:file:line:)
SwiftProtobufError.swift:154init(function: String, file: String, line: Int)
init(function: String, file: String, line: Int)
s13SwiftProtobuf0aB5ErrorV14SourceLocationV8function4file4lineAESS_SSSitcfc
What are these?6V370
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.
@frozen struct Int
A signed integer value type.
var file: String
The file in which the error was thrown.
var function: String
The function in which the error was thrown.
var line: Int
The line on which the error was thrown.