26 lines
999 B
PHP
26 lines
999 B
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: proApiV1ErrorResponse.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class ProApiV1ErrorResponse
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\x9A\x02\x0A\x1BproApiV1ErrorResponse.proto\x12\x07rv.data\"\xB3\x01\x0A\x15API_v1_Error_Response\x12?\x0A\x05error\x18\x01 \x01(\x0E20.rv.data.API_v1_Error_Response.API_v1_Error_Type\"Y\x0A\x11API_v1_Error_Type\x12\x0D\x0A\x09NOT_FOUND\x10\x00\x12\x0F\x0A\x0BBAD_REQUEST\x10\x01\x12\x12\x0A\x0EINTERNAL_ERROR\x10\x02\x12\x10\x0A\x0CUNAUTHORIZED\x10\x03B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|