package ibmiam // IBM COS SDK Code -- START const ( // LOGGER constants debugLog = "" signRequestHandlerLog = "ibmiam.SignRequestHandler" // Error constants errorExpectedNotFound = "Error Expected Not Found" errorNotMatch = "Error not match" // Global constant operation = "Operation" ) // IBM COS SDK Code -- END