SkipReason

Machine-readable classification of a discarded revocation URL, passed to the $onSkip observer alongside the human-readable message.

Namespace: Com\Tecnick\Pdf\Sign\Ltv

Backing type: string

File: SkipReason.php line 41

Machine-readable classification of a discarded revocation URL, passed to the $onSkip observer alongside the human-readable message.

Revoked stands apart from the rest: it is an answer the responder gave, not a failure to obtain one.

Tags

Cases

Revoked

File: SkipReason.php line 46

Invalid

File: SkipReason.php line 52

Unreachable

File: SkipReason.php line 57

Duplicate

File: SkipReason.php line 62

NotAttempted

File: SkipReason.php line 68

Methods

fromThrowable()

File: SkipReason.php line 76

public static fromThrowable(Throwable $error) : self

A library Exception means the answer arrived and was refused; anything else came out of the host’s transport and means no answer arrived.

Parameters

  • $error : Throwable

Return values

self