userver: pytest_userver.s3api._S3InvalidPartOrderError Class Reference
Loading...
Searching...
No Matches
pytest_userver.s3api._S3InvalidPartOrderError Class Reference

Detailed Description

Definition at line 35 of file s3api.py.

+ Inheritance diagram for pytest_userver.s3api._S3InvalidPartOrderError:

Public Member Functions

 __str__ (self)
 

Static Public Attributes

str code = 'InvalidPartOrder'
 
str message = 'The list of parts was not in ascending order. The parts list must be specified in order by part number.'
 

Member Function Documentation

◆ __str__()

pytest_userver.s3api._S3InvalidPartOrderError.__str__ ( self)

Definition at line 39 of file s3api.py.

Member Data Documentation

◆ code

str pytest_userver.s3api._S3InvalidPartOrderError.code = 'InvalidPartOrder'
static

Definition at line 36 of file s3api.py.

◆ message

str pytest_userver.s3api._S3InvalidPartOrderError.message = 'The list of parts was not in ascending order. The parts list must be specified in order by part number.'
static

Definition at line 37 of file s3api.py.


The documentation for this class was generated from the following file: