ErrorDetails
public struct ErrorDetails
extension TranslucentMapLayerGroup.ErrorDetails : Error
Describes the reason for failing to create the group.
-
The error code.
Declaration
Swift
public var errorCode: TranslucentMapLayerGroup.ErrorCode -
A description of the error, if available.
Declaration
Swift
public var errorDescription: String? -
Creates a new instance.
Declaration
Swift
public init(errorCode: TranslucentMapLayerGroup.ErrorCode, errorDescription: String? = nil)