Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 102 for message2 (0.3 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

                For example, if you want that resource to appear in a specific package
                ({@code org.apache.maven.messages}), you must specify this
                element with this value: {@code org/apache/maven/messages}.
                This is not required if you simply put the resources in that directory
                structure at the source, however.
              </description>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__policy__v1_openapi.json

              },
              "message": {
                "default": "",
                "description": "message is a human readable message indicating details about the transition. This may be an empty string.",
                "type": "string"
              },
              "observedGeneration": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                  }
                ],
                "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another."
              },
              "message": {
                "description": "`message` is a human-readable message indicating details about last transition.",
                "type": "string"
              },
              "reason": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                  }
                ],
                "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another."
              },
              "message": {
                "description": "`message` is a human-readable message indicating details about last transition.",
                "type": "string"
              },
              "reason": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	}
    
    	// check the 'alredy exists' msg was edited
    	msg := &err.(*errors.StatusError).ErrStatus.Message
    	if !strings.Contains(*msg, "object is being deleted:") {
    		t.Errorf("Unexpected error without the 'object is being deleted:' in message: %v", err)
    	}
    }
    
    // sequentialNameGenerator generates names by appending a monotonically-increasing integer to the base.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    
    }  // namespace internal
    
    // We don't want to require the users to write TypesN<...> directly,
    // as that would require them to count the length.  Types<...> is much
    // easier to write, but generates horrible messages when there is a
    // compiler error, as gcc insists on printing out each template
    // argument, even if it has the default value (this means Types<int>
    // will appear as Types<int, None, None, ..., None> in the compiler
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 181.3K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    
    }  // namespace internal
    
    // We don't want to require the users to write TypesN<...> directly,
    // as that would require them to count the length.  Types<...> is much
    // easier to write, but generates horrible messages when there is a
    // compiler error, as gcc insists on printing out each template
    // argument, even if it has the default value (this means Types<int>
    // will appear as Types<int, None, None, ..., None> in the compiler
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                  }
                ],
                "description": "lastUpdateTime is the time of the last update to this condition"
              },
              "message": {
                "description": "message contains a human readable message with details about the request state",
                "type": "string"
              },
              "reason": {
                "description": "reason indicates a brief reason for the request state",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  9. fastapi/applications.py

            async def websocket_endpoint(websocket: WebSocket):
                await websocket.accept()
                while True:
                    data = await websocket.receive_text()
                    await websocket.send_text(f"Message text was: {data}")
            ```
            """
    
            def decorator(func: DecoratedCallable) -> DecoratedCallable:
                self.add_api_websocket_route(
                    path,
                    func,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/load/pkg.go

    		// to appear at the end of error message.
    		return "no non-test Go files in " + e.Package.Dir
    	}
    	return "no Go files in " + e.Package.Dir
    }
    
    // setLoadPackageDataError presents an error found when loading package data
    // as a *PackageError. It has special cases for some common errors to improve
    // messages shown to users and reduce redundancy.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top