// Assembly: System
// Full name: unitytls_error_code

public class unitytls_error_code // TypeDefIndex: 7515
{
	// Fields
	type#27930 value__;
	type#34474 UNITYTLS_SUCCESS;
	type#34474 UNITYTLS_INVALID_ARGUMENT;
	type#34474 UNITYTLS_INVALID_FORMAT;
	type#34474 UNITYTLS_INVALID_PASSWORD;
	type#34474 UNITYTLS_INVALID_STATE;
	type#34474 UNITYTLS_BUFFER_OVERFLOW;
	type#34474 UNITYTLS_OUT_OF_MEMORY;
	type#34474 UNITYTLS_INTERNAL_ERROR;
	type#34474 UNITYTLS_NOT_SUPPORTED;
	type#34474 UNITYTLS_ENTROPY_SOURCE_FAILED;
	type#34474 UNITYTLS_STREAM_CLOSED;
	type#34474 UNITYTLS_DER_PARSE_ERROR;
	type#34474 UNITYTLS_KEY_PARSE_ERROR;
	type#34474 UNITYTLS_SSL_ERROR;
	type#34474 UNITYTLS_USER_CUSTOM_ERROR_START;
	type#34474 UNITYTLS_USER_WOULD_BLOCK;
	type#34474 UNITYTLS_USER_WOULD_BLOCK_READ;
	type#34474 UNITYTLS_USER_WOULD_BLOCK_WRITE;
	type#34474 UNITYTLS_USER_READ_FAILED;
	type#34474 UNITYTLS_USER_WRITE_FAILED;
	type#34474 UNITYTLS_USER_UNKNOWN_ERROR;
	type#34474 UNITYTLS_SSL_NEEDS_VERIFY;
	type#34474 UNITYTLS_HANDSHAKE_STEP;
	type#34474 UNITYTLS_USER_CUSTOM_ERROR_END;
}
