RawServiceError

@objc(VSSRawServiceError)
public final class RawServiceError : NSObject, Codable

Model for representing service errors

  • Code of error

    Declaration

    Swift

    @objc
    public let code: Int
  • Description of error

    Declaration

    Swift

    @objc
    public let message: String