File: exceptions.py

package info (click to toggle)
vsts-cd-manager 1.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 949; sh: 8; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# coding=utf-8
# --------------------------------------------------------------------------
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from msrest.exceptions import (
    ClientException,
    SerializationError,
    DeserializationError,
    TokenExpiredError,
    ClientRequestError,
    AuthenticationError,
    HttpOperationError,
    ValidationError,
)