| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Network.DomainAuth.Types
Description
Type for Message Authentication Status (http://www.ietf.org/rfc/rfc5451.txt).
Synopsis
- data DAResult
Documentation
The result of domain authentication. For more information, see http://www.ietf.org/rfc/rfc5451.txt.
Constructors
| DAPass | |
| DAHardFail | |
| DASoftFail | |
| DANeutral | |
| DAFail | |
| DATempError | |
| DAPermError | |
| DANone | |
| DAPolicy | |
| DANxDomain | |
| DADiscard | |
| DAUnknown |
Instances
| Bounded DAResult Source # | |
| Enum DAResult Source # | |
Defined in Network.DomainAuth.Types | |
| Show DAResult Source # | |
| Eq DAResult Source # | |