PduError.fromInt constructor

PduError.fromInt(
  1. int value
)

Returns the corresponding PduError matched to a given integer value for encoding/decoding

Implementation

PduError.fromInt(this.value);