Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for error_0 (0.14 sec)

  1. maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                    validateBoolean(
                            prefix, "optional", problems, errOn30, Version.V20, d.getOptional(), d.getManagementKey(), d);
    
                    if (!management) {
                        validateVersion(
                                prefix, "version", problems, errOn30, Version.V20, d.getVersion(), d.getManagementKey(), d);
    
                        /*
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 76K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                    validateBoolean(
                            prefix, "optional", problems, errOn30, Version.V20, d.getOptional(), d.getManagementKey(), d);
    
                    if (!management) {
                        validateVersion(
                                prefix, "version", problems, errOn30, Version.V20, d.getVersion(), d.getManagementKey(), d);
    
                        /*
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  3. cmd/api-errors.go

    }
    
    // toAPIErrorCode - Converts embedded errors. Convenience
    // function written to handle all cases where we have known types of
    // errors returned by underlying layers.
    func toAPIErrorCode(ctx context.Context, err error) (apiErr APIErrorCode) {
    	if err == nil {
    		return ErrNone
    	}
    
    	// Errors that are generated by net.Conn and any context errors must be handled here.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  4. src/cmd/compile/internal/syntax/parser.go

    	return MakePos(p.base, line, col)
    }
    
    // errorAt reports an error at the given position.
    func (p *parser) errorAt(pos Pos, msg string) {
    	err := Error{pos, msg}
    	if p.first == nil {
    		p.first = err
    	}
    	p.errcnt++
    	if p.errh == nil {
    		panic(p.first)
    	}
    	p.errh(err)
    }
    
    // syntaxErrorAt reports a syntax error at the given position.
    func (p *parser) syntaxErrorAt(pos Pos, msg string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  5. src/cmd/cgo/gcc.go

    	//
    	// If we see an error at not-declared:xxx, the corresponding name is not declared.
    	// If we see an error at not-type:xxx, the corresponding name is not a type.
    	// If we see an error at not-int-const:xxx, the corresponding name is not an integer constant.
    	// If we see an error at not-num-const:xxx, the corresponding name is not a number constant.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  6. src/cmd/cgo/out.go

    			return &Type{Size: 2 * p.PtrSize, Align: p.PtrSize, C: c("GoString")}
    		}
    		if t.Name == "error" {
    			return &Type{Size: 2 * p.PtrSize, Align: p.PtrSize, C: c("GoInterface")}
    		}
    		if r, ok := goTypes[t.Name]; ok {
    			return goTypesFixup(r)
    		}
    		error_(e.Pos(), "unrecognized Go type %s", t.Name)
    		return &Type{Size: 4, Align: 4, C: c("int")}
    	case *ast.SelectorExpr:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  7. src/html/template/exec_test.go

    	got = b.String()
    	if got != want {
    		t.Errorf("got %q; expected %q", got, want)
    	}
    	// Now we ask for an error.
    	tmpl.Option("missingkey=error")
    	err = tmpl.Execute(&b, data)
    	if err == nil {
    		t.Errorf("expected error; got none")
    	}
    	// same Option, but now a nil interface: ask for an error
    	err = tmpl.Execute(&b, nil)
    	t.Log(err)
    	if err == nil {
    		t.Errorf("expected error for nil-interface; got none")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  8. src/text/template/exec_test.go

    	got = b.String()
    	if got != want {
    		t.Errorf("got %q; expected %q", got, want)
    	}
    	// Now we ask for an error.
    	tmpl.Option("missingkey=error")
    	err = tmpl.Execute(&b, data)
    	if err == nil {
    		t.Errorf("expected error; got none")
    	}
    	// same Option, but now a nil interface: ask for an error
    	err = tmpl.Execute(&b, nil)
    	t.Log(err)
    	if err == nil {
    		t.Errorf("expected error for nil-interface; got none")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. tensorflow/c/eager/c_api_test.cc

        .Output("out: string")
        .Doc(R"doc(Test non-communication op throwing Unavailable error.)doc");
    
    REGISTER_OP("TestCommUnavailable")
        .Output("out: string")
        .SetIsDistributedCommunication()
        .Doc(R"doc(Test communication op throwing Unavailable error.)doc");
    
    // Kernel that throws an Unavailable error.
    class TestUnavailableErrorOp : public tensorflow::OpKernel {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  10. cmd/erasure-object.go

    //
    //	  errs: errors from reading xl.meta in all disks
    //	   err: reduced errs
    //	bucket: the object name in question
    func shouldCheckForDangling(err error, errs []error, bucket string) bool {
    	// Avoid data in .minio.sys for now
    	if bucket == minioMetaBucket {
    		return false
    	}
    	switch {
    	// Check if we have a read quorum issue
    	case errors.Is(err, errErasureReadQuorum):
    		return true
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 78.6K bytes
    - Viewed (0)
Back to top