Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for errKind (0.18 sec)

  1. internal/config/notify/parse.go

    )
    
    const (
    	formatNamespace = "namespace"
    )
    
    const (
    	logSubsys = "notify"
    )
    
    func logOnceIf(ctx context.Context, err error, id string, errKind ...interface{}) {
    	logger.LogOnceIf(ctx, logSubsys, err, id, errKind...)
    }
    
    // ErrTargetsOffline - Indicates single/multiple target failures.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 46.4K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt

         * last expression in that block AND the block itself is used -- a
         * recursive call to `isUsed`, one level higher in the syntax tree.
         *
         * The methods are _conservative_, erring on the side of answering `true`.
         */
        private fun isUsed(psiElement: PsiElement): Boolean {
            return when (psiElement) {
                /**
                 * DECLARATIONS
                 */
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Feb 12 20:38:23 GMT 2024
    - 17.6K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    				Status:    madmin.ReplicateRemoveStatusPartial,
    				ErrDetail: fmt.Sprintf("unable to remove cluster-replication state on local: %v", err),
    			}, nil
    		}
    		if errdID != "" {
    			err := errs[errdID]
    			return madmin.ReplicateRemoveStatus{
    				Status:    madmin.ReplicateRemoveStatusPartial,
    				ErrDetail: err.Error(),
    			}, nil
    		}
    		return madmin.ReplicateRemoveStatus{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
Back to top