ENUM

HaapiResult

Contents

public enum HaapiResult

A value that represents associated values for Haapi.

Cases

representation(_:)

case representation(HaapiRepresentation)

A representation, storing a HaapiRepresentation value.

problem(_:)

case problem(ProblemRepresentation)

A problem, storing a ProblemRepresentation value.

error(_:)

case error(Error)

An error, storing an Error value.