Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package error provides interfaces for errors to implement and behavior based error checking helper functions. This helps in keeping the errors decoupled from the package APIs. Refer https://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully for detailed explanation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMultipleInstancesFound ¶
IsMultipleInstancesFound checks if the given error is due to multiple instances of a target object type.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.