github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/state/safestate/errors.go (about) 1 /* 2 * Copyright (c) 2024-present unTill Software Development Group B. V. 3 * @author Michael Saigachenko 4 */ 5 6 package safestate 7 8 var ( 9 PanicIncorrectKeyBuilder = "incorrect key builder" 10 PanicIncorrectKey = "incorrect key" 11 PanicIncorrectValue = "incorrect value" 12 PanicIncorrectIntent = "incorrect intent" 13 )