Help Center/ Object Storage Service/ SDK Reference/ Python/ Troubleshooting (SDK for Python)/ OBS Server-Side Error Codes (SDK for Python)
Updated on 2026-07-31 GMT+08:00

OBS Server-Side Error Codes (SDK for Python)

SDK error codes are exceptions thrown by ObsClient. They are inherited from class java.lang.RuntimeException.

If an error (usually an OBS server-side error) occurs when OBS processes a request, a response containing the error code and error information will be returned. This helps users locate and troubleshoot faults.

For more information about OBS error codes, see OBS Error Codes.