Package camerrors define specific errors that are used to
decide on how to deal with some failure cases.
			
 
		 
		
	
		Index
		
		
			
			
			
				- Variables
Package files
			
			
			
				errors.go
			
			
			
		
	
		
		
			Variables
			
				var ErrMissingKeyBlob = errors.New("key blob not found")
				ErrMissingKeyBlob is returned by the jsonsign handler when a
verification fails because the public key for a signed blob is
missing.