mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
19 lines
483 B
Go
19 lines
483 B
Go
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
|
|
|
package health
|
|
|
|
const (
|
|
|
|
// ErrCodeInvalidPaginationToken for service response error code
|
|
// "InvalidPaginationToken".
|
|
//
|
|
// The specified pagination token (nextToken) is not valid.
|
|
ErrCodeInvalidPaginationToken = "InvalidPaginationToken"
|
|
|
|
// ErrCodeUnsupportedLocale for service response error code
|
|
// "UnsupportedLocale".
|
|
//
|
|
// The specified locale is not supported.
|
|
ErrCodeUnsupportedLocale = "UnsupportedLocale"
|
|
)
|