Stay organized with collections
Save and categorize content based on your preferences.
ClientInfoStatus
class ClientInfoStatus
Enumeration for status of the reason that a property could not be set via a call to Connection.setClientInfo
Summary
Enum values |
The client info property could not be set for some unknown reason
|
The client info property name specified was not a recognized property name.
|
The value specified for the client info property was not valid.
|
The value specified for the client info property was too large.
|
Enum values
REASON_UNKNOWN
enum val REASON_UNKNOWN : ClientInfoStatus
The client info property could not be set for some unknown reason
REASON_UNKNOWN_PROPERTY
enum val REASON_UNKNOWN_PROPERTY : ClientInfoStatus
The client info property name specified was not a recognized property name.
REASON_VALUE_INVALID
enum val REASON_VALUE_INVALID : ClientInfoStatus
The value specified for the client info property was not valid.
REASON_VALUE_TRUNCATED
enum val REASON_VALUE_TRUNCATED : ClientInfoStatus
The value specified for the client info property was too large.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ClientInfoStatus\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nClientInfoStatus\n================\n\n```\nclass ClientInfoStatus\n```\n\n|---|---|--------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[java.sql.ClientInfoStatus](#)\\\u003e ||\n| | ↳ | [java.sql.ClientInfoStatus](#) |\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [ClientInfoStatus.REASON_UNKNOWN](#ENUM_VALUE:REASON_UNKNOWN), [ClientInfoStatus.REASON_UNKNOWN_PROPERTY](#ENUM_VALUE:REASON_UNKNOWN_PROPERTY), [ClientInfoStatus.REASON_VALUE_INVALID](#ENUM_VALUE:REASON_VALUE_INVALID), [ClientInfoStatus.REASON_VALUE_TRUNCATED](#ENUM_VALUE:REASON_VALUE_TRUNCATED) |---------------------------------------------------------------------------------|-----------------------------------------------------------------------------| | [ClientInfoStatus.REASON_UNKNOWN](#ENUM_VALUE:REASON_UNKNOWN) | The client info property could not be set for some unknown reason | | [ClientInfoStatus.REASON_UNKNOWN_PROPERTY](#ENUM_VALUE:REASON_UNKNOWN_PROPERTY) | The client info property name specified was not a recognized property name. | | [ClientInfoStatus.REASON_VALUE_INVALID](#ENUM_VALUE:REASON_VALUE_INVALID) | The value specified for the client info property was not valid. | | [ClientInfoStatus.REASON_VALUE_TRUNCATED](#ENUM_VALUE:REASON_VALUE_TRUNCATED) | The value specified for the client info property was too large. | |\n\nEnumeration for status of the reason that a property could not be set via a call to `Connection.setClientInfo`\n\nSummary\n-------\n\n| Enum values ||\n|--------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [REASON_UNKNOWN](#ENUM_VALUE:REASON_UNKNOWN) The client info property could not be set for some unknown reason |\n| [REASON_UNKNOWN_PROPERTY](#ENUM_VALUE:REASON_UNKNOWN_PROPERTY) The client info property name specified was not a recognized property name. |\n| [REASON_VALUE_INVALID](#ENUM_VALUE:REASON_VALUE_INVALID) The value specified for the client info property was not valid. |\n| [REASON_VALUE_TRUNCATED](#ENUM_VALUE:REASON_VALUE_TRUNCATED) The value specified for the client info property was too large. |\n\nEnum values\n-----------\n\n### REASON_UNKNOWN\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val REASON_UNKNOWN : ClientInfoStatus\n```\n\nThe client info property could not be set for some unknown reason \n\n### REASON_UNKNOWN_PROPERTY\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val REASON_UNKNOWN_PROPERTY : ClientInfoStatus\n```\n\nThe client info property name specified was not a recognized property name. \n\n### REASON_VALUE_INVALID\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val REASON_VALUE_INVALID : ClientInfoStatus\n```\n\nThe value specified for the client info property was not valid. \n\n### REASON_VALUE_TRUNCATED\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val REASON_VALUE_TRUNCATED : ClientInfoStatus\n```\n\nThe value specified for the client info property was too large."]]