Function getCustomProgramErrorCode

  • Get the custom program error code if there's any in the error message and return parsed error code hex to number string

    Returns

    [boolean, string] - probably not a custom program error if false otherwise the second element will be the code number in string

    Parameters

    • errMessage: string

      string - error message that would contain the word "custom program error:" if it's a customer program error

    Returns [boolean, string]

Generated using TypeDoc