refactor/tweaked the error message

This commit is contained in:
hongwei 2022-10-26 10:14:27 +02:00
parent 9238ad3aa1
commit fadf5392cb

View File

@ -287,7 +287,7 @@ object ErrorMessages {
val CreateCardError = "OBP-30032: Could not insert the Card"
val UpdateCardError = "OBP-30033: Could not update the Card"
val ViewIdNotSupported = "OBP-30034: This ViewId is do not supported. Only support four now: Owner, Accountant, Auditor, StageOne, Standard, _Public."
val ViewIdNotSupported = "OBP-30034: This ViewId is not supported. Only support four now: Owner, Accountant, Auditor, StageOne, Standard, _Public."
val UserCustomerLinkNotFound = "OBP-30035: User Customer Link not found"