Result

extension Result
  • Get the error from the result if it failed.

    Declaration

    Swift

    public var error: Error? { get }