-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Core.UposMediator.ReportError(PosSharp.Abstractions.UposErrorCode,int)
github-actions[bot] edited this page May 8, 2026
·
5 revisions
Reports an error encountered by the device.
public virtual void ReportError(PosSharp.Abstractions.UposErrorCode errorCode, int extendedCode=0);errorCode PosSharp.Abstractions.UposErrorCode
The error code.
extendedCode System.Int32
The optional extended error code.
Implements ReportError(UposErrorCode, int)
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
