Home
last modified time | relevance | path

Searched defs:LOCATION_CLOSED (Results 1 – 1 of 1) sorted by relevance

/applications/standard/printspooler/common/src/main/ets/model/
DErrorMessage.ts21 LOCATION_CLOSED, enumerator
31 LOCATION_CLOSED = 'location is closed', enumerator
48 export const LOCATION_CLOSED = new ErrorMessage(ErrorCode.LOCATION_CLOSED, ErrorTxt.LOCATION_CLOSED… constant