RSErrorResponse

public protocol RSErrorResponse : LocalizedError

Protocol to implement for sending custom errors as responses to commands and queries

  • Declaration

    Swift

    var message: String { get }
  • Declaration

    Swift

    var statusCode: UInt32 { get }