MRError

open class MRError<ErrorCode> : NSError, MRErrorProtocol where ErrorCode : MRErrorCode

Undocumented

Public Properties

  • Undocumented

    Declaration

    Swift

    override public final var domain: String { get }
  • Error code for the error

    Declaration

    Swift

    public final var errorCode: ErrorCode { get }
  • Declaration

    Swift

    public final var errorCodeName: String { get }
  • Declaration

    Swift

    public final var shortCode: String { get }
  • Declaration

    Swift

    public final var systemMessage: String? { get }
  • Declaration

    Swift

    override public final var localizedDescription: String { get }

Init

Public Methods