Class Error


public class Error extends NTSKERecord
  • Field Details

  • Constructor Details

    • Error

      public Error(Constants.ErrorCodes errorCode)
      Constructor for Error record with default values.
    • Error

      public Error(byte[] rawRecord)
      Constructor for Error record from a raw byte array. Verifies that the values are correct.
      Parameters:
      rawRecord - the raw byte array containing the record data.